home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / thump.swf / scripts / frame_13 / PlaceObject2_11_951 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2011-09-19  |  138b  |  9 lines

  1. onClipEvent(load){
  2.    function playBump()
  3.    {
  4.       bump.start();
  5.    }
  6.    bump = new Sound(this);
  7.    bump.attachSound("bump");
  8. }
  9.